home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_xemacs.idb / usr / freeware / lib / xemacs-20.4 / lisp / electric / auto-autoloads.el.z / auto-autoloads.el
Encoding:
Text File  |  1998-05-21  |  3.9 KB  |  97 lines

  1. ;;; DO NOT MODIFY THIS FILE
  2. (if (featurep 'electric-autoloads) (error "Already loaded"))
  3.  
  4. ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "electric/ebuff-menu.el")
  5.  
  6. (autoload 'electric-buffer-list "ebuff-menu" "\
  7. Pops up a buffer describing the set of Emacs buffers.
  8. Vaguely like ITS lunar select buffer; combining typeoutoid buffer
  9. listing with menuoid buffer selection.
  10.  
  11. If the very next character typed is a space then the buffer list
  12. window disappears.  Otherwise, one may move around in the buffer list
  13. window, marking buffers to be selected, saved or deleted.
  14.  
  15. To exit and select a new buffer, type a space when the cursor is on
  16. the appropriate line of the buffer-list window.  Other commands are
  17. much like those of buffer-menu-mode.
  18.  
  19. Calls value of `electric-buffer-menu-mode-hook' on entry if non-nil.
  20.  
  21. Non-null optional arg FILES-ONLY means mention only file buffers.
  22. When called from Lisp code, FILES-ONLY may be a regular expression,
  23. in which case only buffers whose names match that expression are listed,
  24. or an arbitrary predicate function.
  25.  
  26. \\{electric-buffer-menu-mode-map}" t nil)
  27.  
  28. ;;;***
  29.  
  30. ;;;### (autoloads (electric-command-history Electric-command-history-redo-expression) "echistory" "electric/echistory.el")
  31.  
  32. (autoload 'Electric-command-history-redo-expression "echistory" "\
  33. Edit current history line in minibuffer and execute result.
  34. With prefix arg NOCONFIRM, execute current line as-is without editing." t nil)
  35.  
  36. (autoload 'electric-command-history "echistory" "\
  37. \\<electric-history-map>Major mode for examining and redoing commands from `command-history'.
  38. This pops up a window with the Command History listing.
  39. The number of command listed is controlled by `list-command-history-max'.
  40. The command history is filtered by `list-command-history-filter' if non-nil.
  41. Combines typeout Command History list window with menu like selection
  42. of an expression from the history for re-evaluation in the *original* buffer.
  43.  
  44. The history displayed is filtered by `list-command-history-filter' if non-nil.
  45.  
  46. Like Emacs-Lisp mode except that characters do not insert themselves and
  47. Tab and Linefeed do not indent.  Instead these commands are provided:
  48. \\{electric-history-map}
  49.  
  50. Calls the value of `electric-command-history-hook' if that is non-nil.
  51. The Command History listing is recomputed each time this mode is invoked." t nil)
  52.  
  53. ;;;***
  54.  
  55. ;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "electric/ehelp.el")
  56.  
  57. (autoload 'with-electric-help "ehelp" "\
  58. Pop up an \"electric\" help buffer.
  59. The arguments are THUNK &optional BUFFER NOERASE MINHEIGHT.
  60. THUNK is a function of no arguments which is called to initialize the
  61. contents of BUFFER.  BUFFER defaults to `*Help*'.  BUFFER will be
  62. erased before THUNK is called unless NOERASE is non-nil.  THUNK will
  63. be called while BUFFER is current and with `standard-output' bound to
  64. the buffer specified by BUFFER.
  65.  
  66. If THUNK returns nil, we display BUFFER starting at the top, and
  67. shrink the window to fit.  If THUNK returns non-nil, we don't do those things.
  68.  
  69. After THUNK has been called, this function \"electrically\" pops up a window
  70. in which BUFFER is displayed and allows the user to scroll through that buffer
  71. in electric-help-mode. The window's height will be at least MINHEIGHT if
  72. this value is non-nil.
  73.  
  74. If THUNK returns nil, we display BUFFER starting at the top, and
  75. shrink the window to fit.  If THUNK returns non-nil, we don't do those
  76. things.
  77.  
  78. When the user exits (with `electric-help-exit', or otherwise) the help
  79. buffer's window disappears (i.e., we use `save-window-excursion')
  80. BUFFER is put into `default-major-mode' (or `fundamental-mode') when we exit." nil nil)
  81.  
  82. (autoload 'electric-helpify "ehelp" nil nil nil)
  83.  
  84. ;;;***
  85.  
  86. ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" "electric/helper.el")
  87.  
  88. (autoload 'Helper-describe-bindings "helper" "\
  89. Describe local key bindings of current mode." t nil)
  90.  
  91. (autoload 'Helper-help "helper" "\
  92. Provide help for current mode." t nil)
  93.  
  94. ;;;***
  95.  
  96. (provide 'electric-autoloads)
  97.